home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Header file for FaceDerived a subclass template
- //
- // This file is generated by BuilderXcessory, ViewKit code generator.
- //////////////////////////////////////////////////////////////
- #ifndef FACEDERIVED_H
- #define FACEDERIVED_H
- #include "Face.h"
-
- class FaceDerived : public Face
- {
- protected:
-
- int _count; // Typed line
-
- private:
-
- public:
-
- FaceDerived(const char *, Widget);
- ~FaceDerived();
- const char * className();
-
- void updateTimeCallback(VkCallbackObject *, void *, void *); // Typed line
- };
- #endif
-
-